3.2469 \(\int \frac{1}{x^3 \left (a+b x^n\right )} \, dx\)

Optimal. Leaf size=36 \[ -\frac{\, _2F_1\left (1,-\frac{2}{n};-\frac{2-n}{n};-\frac{b x^n}{a}\right )}{2 a x^2} \]

[Out]

-Hypergeometric2F1[1, -2/n, -((2 - n)/n), -((b*x^n)/a)]/(2*a*x^2)

_______________________________________________________________________________________

Rubi [A]  time = 0.0295274, antiderivative size = 36, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077 \[ -\frac{\, _2F_1\left (1,-\frac{2}{n};-\frac{2-n}{n};-\frac{b x^n}{a}\right )}{2 a x^2} \]

Antiderivative was successfully verified.

[In]  Int[1/(x^3*(a + b*x^n)),x]

[Out]

-Hypergeometric2F1[1, -2/n, -((2 - n)/n), -((b*x^n)/a)]/(2*a*x^2)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.13581, size = 24, normalized size = 0.67 \[ - \frac{{{}_{2}F_{1}\left (\begin{matrix} 1, - \frac{2}{n} \\ \frac{n - 2}{n} \end{matrix}\middle |{- \frac{b x^{n}}{a}} \right )}}{2 a x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**3/(a+b*x**n),x)

[Out]

-hyper((1, -2/n), ((n - 2)/n,), -b*x**n/a)/(2*a*x**2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0116058, size = 33, normalized size = 0.92 \[ -\frac{\, _2F_1\left (1,-\frac{2}{n};1-\frac{2}{n};-\frac{b x^n}{a}\right )}{2 a x^2} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^3*(a + b*x^n)),x]

[Out]

-Hypergeometric2F1[1, -2/n, 1 - 2/n, -((b*x^n)/a)]/(2*a*x^2)

_______________________________________________________________________________________

Maple [F]  time = 0.073, size = 0, normalized size = 0. \[ \int{\frac{1}{{x}^{3} \left ( a+b{x}^{n} \right ) }}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^3/(a+b*x^n),x)

[Out]

int(1/x^3/(a+b*x^n),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{{\left (b x^{n} + a\right )} x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^n + a)*x^3),x, algorithm="maxima")

[Out]

integrate(1/((b*x^n + a)*x^3), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{1}{b x^{3} x^{n} + a x^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^n + a)*x^3),x, algorithm="fricas")

[Out]

integral(1/(b*x^3*x^n + a*x^3), x)

_______________________________________________________________________________________

Sympy [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**3/(a+b*x**n),x)

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{{\left (b x^{n} + a\right )} x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^n + a)*x^3),x, algorithm="giac")

[Out]

integrate(1/((b*x^n + a)*x^3), x)